github.com/klauspost/compress/zstd.Encoder.dispatchJob (method)

6 uses

	github.com/klauspost/compress/zstd (current package)
		enc_jobs.go#L251: func (e *Encoder) dispatchJob(final bool) error {
		encoder.go#L242: 		if err := e.dispatchJob(false); err != nil {
		encoder.go#L504: 		if err := e.dispatchJob(false); err != nil {
		encoder.go#L533: 		if err = e.dispatchJob(false); err != nil {
		encoder.go#L575: 		if err := e.dispatchJob(false); err != nil {
		encoder.go#L669: 	if err := e.dispatchJob(true); err != nil {